set the version of babl to 0.0.9
authorØyvind Kolås <ok@src.gnome.org>
Fri, 29 Dec 2006 15:30:19 +0000 (15:30 +0000)
committerØyvind Kolås <ok@src.gnome.org>
Fri, 29 Dec 2006 15:30:19 +0000 (15:30 +0000)
* configure.ac: set the version of babl to 0.0.9

ChangeLog
configure.ac

index 885c0d24456e32fbe01c78398fa03bf73943e459..91cce8daac6db4f5fc6cf10eea37450bb2ab64c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-29  Øyvind Kolås  <pippin@gimp.org>
+
+       * configure.ac: set the version of babl to 0.0.9
+
 2006-12-29  Øyvind Kolås  <pippin@gimp.org>
 
        * configure.ac: set the version of babl to 0.0.8
index 8b10128d09e46a9cc8f4923f7772c29188ce999b..ca4dd491c024fe7c1b4a4452a112f72d26a22cde 100644 (file)
@@ -2,7 +2,7 @@ AC_PREREQ(2.54)
 
 m4_define([babl_major_version], 0)
 m4_define([babl_minor_version], 0)
-m4_define([babl_micro_version], 8)
+m4_define([babl_micro_version], 9)
 
 AC_INIT(babl, babl_major_version.babl_minor_version.babl_micro_version)
 AC_CONFIG_SRCDIR(babl/babl.h)